home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / USRSP288.MOD < prev    next >
Text File  |  1995-12-14  |  1KB  |  32 lines

  1. ;US Robotics 28.8 Int/Ext Sportster Fax/Data LAPM & MNP
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. ; An explicit \r must be placed at the end of a send line if you wish to
  7. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  8. ; translation.
  9. ;
  10. ; The modem is assumed to be configured such that
  11. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  12. ;  2) Passes Break through, does not go into command mode
  13. ;  3) Must operate in reliable mode LAMP or MNP
  14. ;  4) Hardware flow control is desired, modem and eudora.ini file must match
  15. ;  5) The modem does not change the DCE speed after connect
  16. ;
  17. cancelon ERROR
  18. ;
  19. send AT\r
  20. pause 1
  21. ;
  22. ;    Hardware flow - &H1
  23. ;    Auto Data Compression - &K1
  24. ;    DTR handling  - &D2
  25. ;    Reliable      - &M4
  26. ;    Software Flow OFF -&I0
  27. send AT &F&C1&D2&H1&I0&K1&M4\r
  28. waitfor OK
  29. ;
  30. set FlowControl=Hardware
  31. ;
  32.